home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / prog / adir2cnc.zip / README.DOC < prev    next >
Text File  |  1990-11-29  |  6KB  |  134 lines

  1.         Public Brand Software
  2.         3750 Kentucky Avenue
  3.         Indianapolis, Indiana
  4.         46241
  5.  
  6.         From:
  7.         George Mc Duffee - Instructor
  8.         Manufacturing Technology Department
  9.         Allen County Community College
  10.         1801 North Cottonwood
  11.         Iola, Kansas
  12.         66749
  13.  
  14.         Date:
  15.         November 30th, 1990
  16.  
  17.         Subject:
  18.         Submission of software
  19.  
  20.              In directory \CLOCK
  21.  
  22.              (1)  clocks  -  three clock programs  with  M/S  QBASIC  4.5
  23.              source.
  24.  
  25.                   (2)  CLOCK  -  Digital clock will  run  on  any  type
  26.                   monitor -- feature is times square banner that comes up
  27.                   every 10 minutes and music on the hour.  Can be  easily
  28.                   customized  to  display any text message  up  to  32000
  29.                   characters.
  30.  
  31.                   (2.1) ACLOCK - Analog style clock with second hand that
  32.                   makes tick/tock sound. Uses Hercules graphics mode  and
  33.                   requires  that MSHERC [TSR Hercules  graphics  "driver"
  34.                   program  from  Microsoft] be run  before  program  will
  35.                   work.  Can be easily changed [one value in one line] to
  36.                   work on any type monitor if you have MS QB 4.5.
  37.  
  38.                   (2.2) ABCLOCK - Analog style clock that runs backwards.
  39.                   comments in 1.2 apply
  40.  
  41.         In directory \MENU
  42.  
  43.              (3) Cheap & easy menu system.
  44.  
  45.                   (3.1)  ACCCMNU.BAT  -  a long  batch  file  which  uses
  46.                   Ansi.sys  escape control codes to present a  multicolor
  47.                   menu on a cga or better monitor.  The escape codes  can
  48.                   be    edited    for    a    monochrome    screen    for
  49.                   dim/bright/inverse/blink  etc.  The small  *.com  files
  50.                   called   by   the  batch  file  such   as   nocurs.com,
  51.                   bigcurs.com, reply.com, wiperite.com, wipeleft.com were
  52.                   text  files from Supercharging MS DOS by van  Wolverton
  53.                   or  a magazine and were "assembled" using debug.   This
  54.                   runs slowly on a 8088 system but is quite acceptable on
  55.                   a  286  or  better.  Graphic capability  is  not  used.
  56.                   Edit.bat  is  a batch file to edit the  menu  and  uses
  57.                   attrib  to set the file to read/write and then back  to
  58.                   read  only.  Edlin is suggested as an editor  to  avoid
  59.                   including  any non printing or stripping the  high  bit
  60.                   from the text.
  61.  
  62.         In directory \ADI2CNC
  63.  
  64.              (4) AutoCad->CNC tools/utilities
  65.  
  66.                   (4.1)  ADI2CNC  - a utility for AutoCAD -  any  version
  67.                   which  supports an ADI plotter.  Program  converts  ADI
  68.                   plotter  commands  into CNC G/M  codes  for  "standard"
  69.                   Numerical  Control  machine  tools.   In  effect   this
  70.                   converts a machining center [CNC milling machine]  into
  71.                   a  plotter.   You can then mill a  solid  metal  [wood,
  72.                   plastic,  etc] version of a paper plot.  This does  not
  73.                   do any three dimensional contouring but works great for
  74.                   plaques,   name  plates,  any  thing  that  is  a   two
  75.                   dimensional plot.  As written the program is setup  for
  76.                   an  ADI plotter configuration for an Apple 410  plotter
  77.                   [.1  M/M 254 points per inch Horizontal/Vertical and  a
  78.                   maximum size of 391.8 M/M by 239.4 M/M].  The output is
  79.                   for  an  Emco F1 educational machining  center  with  a
  80.                   maximum  work cube of 100 M/M deep by 200 M/M  wide  by
  81.                   200M/M high.  The Emco F1 controller requires a special
  82.                   data  format.  As the program is written in  structured
  83.                   MS  QB  4.5  the constants and data  templates  can  be
  84.                   easily changed.  The program is strictly point to point
  85.                   and  does not generate curves as such, just a bunch  of
  86.                   short,  straight line segments.  The first 4  lines  of
  87.                   the  ADI  plotter file are discarded before  using  the
  88.                   ADI2CNC  program  as these select the #1 pen,  set  the
  89.                   plotter  speed,  etc which is not required.   Depth  of
  90.                   cut,  vertical and horizontal feed rates can easily  be
  91.                   reset in the source.
  92.  
  93.                   (4.2)  RENUMCNC  --  A  utility  to  renumber  the  cnc
  94.                   programs  generated by the above program.  The  F1  cnc
  95.                   controller  can only handle 221 lines and frequently  a
  96.                   complex plot will require more lines.  The solution  is
  97.                   to  split  the one big program into a bunch  of  little
  98.                   ones. Both QB 4.5 source and exe file provided.
  99.  
  100.                   (4.3) HEADER.CNC AND FOOTER.CNC -- When the program  is
  101.                   split  each segment will require a special  header  and
  102.                   footer  segment to properly load into  the  controller.
  103.                   These can be "included" or inserted in the files.
  104.  
  105.         I certify all included programs were written by me and permission
  106.         is   hereby   given  for  public  use   and   modification.    No
  107.         responsibility  for  the accuracy, fitness for use or  safety  is
  108.         assumed  and use or modification of any of these  programs  shall
  109.         constitute acceptance of this condition and waiver of any  claims
  110.         against me.
  111.  
  112.  
  113.  
  114.  
  115.         F. George Mc Duffee
  116.         Instructor
  117.         Manufacturing Technology Department
  118.         Allen County Community College
  119.         1801 North Cottonwood
  120.         Iola, Kansas
  121.         66749
  122.  
  123.         Phone:
  124.         School - (316)-365-5116
  125.         Business (316)-365-6776
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.